SftTree/NET 2.0

AppearanceDefault Property, FootersClass Class

Softel vdm, Inc.

Defines the default background appearance of all column footers.

Syntax      FootersClass Class (Softelvdm.SftTreeNET)

VB   

Public Property AppearanceDefault As BackgroundAppearanceEnum

C#   

public BackgroundAppearanceEnum AppearanceDefault { get; set; }

C++   

public: property BackgroundAppearanceEnum AppearanceDefault {
        BackgroundAppearanceEnum get();
        void set(BackgroundAppearanceEnum value);
}

Property Value

The default appearance of column footers.

BackgroundAppearanceEnum

Value

Description

Clean

0

No particular background rendering is applied. Foreground and background colors are used to render the available area.

ButtonPlain

1

The background is rendered with the same appearance as a plain button (a non-themed button image). Foreground and background colors are used to render the available area.

ThemedSystemHeader

2

The background is rendered with the same appearance as a header (using Windows themes if available). Foreground and background colors are used to render the available area. However, background colors are ignored when Windows themes are available.

HeaderEmptyArea

3

The background is rendered with the same appearance as a header above an empty area (using Windows themes if available). Foreground and background colors are used to render the available area. However, background colors are ignored when Windows themes are available.

ButtonPlainNeverPressed

4

The background is rendered with the same appearance as a plain button (a non-themed button image). ButtonPlainNeverPressed behaves just line ButtonPlain, but does not reflect a pressed state. Foreground and background colors are used to render the available area.

ThemedSystemHeaderNeverPressed

5

The background is rendered with the same appearance as a header (using Windows themes if available). ThemedSystemHeaderNeverPressed behaves just line ThemedSystemHeader, but does not reflect a pressed state. Foreground and background colors are used to render the available area. However, background colors are ignored when Windows themes are available.

Default

-1

The default value is determined by a containing object or by the environment. If no containing object or environmental information is available, BackgroundAppearanceEnum.Default is identical to BackgroundAppearanceEnum.Clean.

The default value is BackgroundAppearanceEnum.ThemedSystemHeader.

Comments

The AppearanceDefault property defines the default background appearance of all column footers.

Individual footer cells can override the default appearance using the CellBaseClass.Appearance property.

Cells in the footer area should be defined using a background appearance that reflects their use as a footer or button.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com